.newBox {
  width: 85%;
  /*height: 45%;  */
  overflow: hidden;
  display: flex;
  align-items: center;
  background-color:white;
  position: relative;
  top: 50%;
  transform: translate(-50%,-50%);
  left: 50%;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 34px 46px 0 rgba(0,0,0,.15);
}
.newBox__left img {
  display: block;
  height: 100%;
  width: 100%;
}
.newBox__right {
  min-width: 46.15%;
  display: flex;
  margin-left: 29px;
  flex-direction: column
}
.tops {
  padding: 15px 20px;
  background: #f5f5f5;
  margin-bottom: 29px;
  text-align: left;
}
.on {
  color: #E46713 !important;
  font-weight: bold;
  border-bottom: 2px solid #E46713;
  text-align: center;
}
.tops__p {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 20px;
  color: #E46713;
  line-height: 32px;
}
.tops__span {
  font-size: 14px;
  color: #333;
  line-height: 24px;
}
.tabBox__title {
  height: 36px;
  display: flex;
  border-bottom: 1px solid #cccccc;
}
.tabBox__title a {
  display: inline-block;
  color: #333333;
  font-size: 16px;
  height: 36px;
  white-space: nowrap;
  margin-right: 30px;
  text-align: center;
  vertical-align: top;
}
.item1 ul li {
  width: 100%;
  line-height: 35px;
  font-size: 14px;
  display: flex;
}
.item1 ul li a {
  flex: 1;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 10%;
  margin-left: 10px;
}
.item1 ul li span {
  color: #8c8c8c;
}
.item1 ul li {
    background: url(/style/img/ico_05.png) no-repeat 0 16px;
}
.swiper-slide {
  position: relative;
}
.hint {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background-color: rgb(0, 0, 0,0.8);
  color: #FFF;
  font-size: 14px;
  padding-left: 15px;
  text-align: left;
}
.newBox__left {
  height: 400px;
}


.bannerTitle {
  /*padding-top: 150px;*/
  font-size: 20px;
  text-align: center;
}
.bannerList {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 80px;
    margin-right: 80px;
    width: 85%;
          
}

.divbannerlist {
      flex: 1;
      text-align: center;
      margin: 0px 20px 20px 0px; 
      box-sizing: border-box;
      width: calc((100% - 60px) / 4);    
      min-width: calc((100% - 60px) / 4);
      max-width: calc((100% - 60px) / 4);
}

.bannerList img {
  /*height: 160px;*/
  /*width: 350px;*/
   width: 100%;
  /*margin-right: 20px;*/
  /*margin-bottom: 20px;*/
  box-shadow: 0px 3px 3px #888888;
  border-radius: 5px;
  position: relative;
  z-index: 10001;
}

.divbannerlist:nth-child(4n + 4) {
        margin-right: 0;
}  


.swiper-button-nexts {
  width: 46px !important;
  height: 46px !important;
  position: absolute;
  top: 45%;
  left: 2%;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 46px 46px;
}
.swiper-button-prevs {
  width: 46px !important;
  height: 46px !important;
  position: absolute;
  top: 45%;
  right: 2%;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 46px 46px;
}
.custom-indicators {
  display: flex;
  z-index: 999999999;
  position: absolute;
  bottom: 10px;
  right: 6px;
  justify-content: center;
  margin-top: 10px;
}

.custom-indicator {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  margin: 0 3px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.custom-indicator.active {
  background-color: red;
}



@media only screen  and (min-width:428px) and  (max-width: 1024px) {
  .newBox__left {
    width: 100%;
    /*height: auto;*/
  }
  .newBox {
    /*zoom: 0.85;*/
    height: 75%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background-color:white;

  }
  .newBox .newBox__left .swiper-wrapper div img {
    width: 100%;
  }
  .newBox__right {
    width: 100%;
    /*max-height: 80%;*/
    margin-left: 0;
  }
  .tops {
    margin-bottom: 10px;
  }
  .bannerTitle {
    font-size: 20px;
    text-align: center;
  }
  .bannerList {
    overflow: hidden;
    display: flex;
    
    flex-wrap: wrap;
    overflow: hidden;
    justify-content: center
    
    transform-origin: center center;
    transform: scale(0.7);
  }
  
    .divbannerlist {
        flex: 1;
        text-align: center;
        box-sizing: border-box;
        width: calc((100% - 60px) / 4) !important;
        min-width: calc((100% - 60px) / 4) !important;
        max-width: calc((100% - 60px) / 4) !important;
    }

  .bannerList img {
    /*width: 187px !important;*/
    /*height: 140px !important;*/
    margin-right: 4px !important;
    margin-bottom: 20px !important;
  }
}

@media only screen and (max-width:428px){
  .newBox__left {
    width: 100%;
    /*height: auto;*/
  }
  .newBox {
    /*zoom: 0.85;*/
    height: 75%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background-color:white;

  }
  .newBox .newBox__left .swiper-wrapper div img {
    width: 100%;
  }
  .newBox__right {
    width: 100%;
    /*max-height: 80%;*/
    margin-left: 0;
  }
  .tops {
    margin-bottom: 10px;
  }
  .bannerTitle {
    font-size: 20px;
    text-align: center;
  }
  .bannerList {
    overflow: hidden;
    display: flex;
    
    flex-wrap: wrap;
    overflow: hidden;
    justify-content: center
    
    transform-origin: center center;
    transform: scale(0.7);
  }
  
    .divbannerlist {
        flex: 1;
        text-align: center;
        box-sizing: border-box;
        width: calc((100% - 60px) / 2) !important;
        min-width: calc((100% - 60px) / 2) !important;
        max-width: calc((100% - 60px) / 2) !important;
    }

  .bannerList img {
    /*width: 187px !important;*/
    /*height: 140px !important;*/
    margin-right: 4px !important;
    margin-bottom: 20px !important;
  }
  
}
